type crypto/sha256.digest

15 uses

	crypto/sha256 (current package)
		sha256.go#L51: type digest struct {
		sha256.go#L65: func (d *digest) MarshalBinary() ([]byte, error) {
		sha256.go#L86: func (d *digest) UnmarshalBinary(b []byte) error {
		sha256.go#L133: func (d *digest) Reset() {
		sha256.go#L162: 	d := new(digest)
		sha256.go#L169: 	d := new(digest)
		sha256.go#L175: func (d *digest) Size() int {
		sha256.go#L182: func (d *digest) BlockSize() int { return BlockSize }
		sha256.go#L184: func (d *digest) Write(p []byte) (nn int, err error) {
		sha256.go#L207: func (d *digest) Sum(in []byte) []byte {
		sha256.go#L217: func (d *digest) checkSum() [Size]byte {
		sha256.go#L255: 	var d digest
		sha256.go#L263: 	var d digest
		sha256block.go#L80: func blockGeneric(dig *digest, p []byte) {
		sha256block_decl.go#L11: func block(dig *digest, p []byte)